home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("Single Click")
- if (the frameLabel = "DEC") and (the name of cast (the castNum of sprite 16 + 1) = "PG-END") then
- puppetSprite(16, 0)
- puppetSprite(19, 0)
- mgotonextyear()
- else
- if the name of cast (the castNum of sprite 16 + 1) = "PG-END" then
- puppetSprite(16, 0)
- puppetSprite(19, 0)
- go(marker(1))
- else
- puppetSprite(16, 1)
- set the castNum of sprite 16 to the castNum of sprite 16 + 1
- end if
- end if
- end
-